home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / orbit-1.0 / ORBitutil / os-specifics.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-10-20  |  355 b   |  13 lines

  1. #ifndef ORBITUTIL_OS_SPECIFICS_H
  2. #define ORBITUTIL_OS_SPECIFICS_H 1
  3.  
  4. #include <ORBitutil/orbit-os-config.h>
  5.  
  6. #include <ORBitutil/os-feature-alloca.h>
  7.  
  8. /* This file should be a bunch of #ifdef's to #include the
  9.    os-<osname>.h for the current OS.  It is intended to abstract the
  10.    gunkiness necessary to get some OS's to build ORBit properly. */
  11.  
  12. #endif
  13.